home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / mailx4 / xailsys.df_ / xailsys.bin / xailsys.txt
Encoding:
Text File  |  1996-09-15  |  954 b   |  46 lines

  1. object MailSystem: TMailSystem
  2.   Left = 253
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'MailSystem'
  7.   ClientHeight = 185
  8.   ClientWidth = 284
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object RadioGroup1: TRadioGroup
  17.     Left = 24
  18.     Top = 16
  19.     Width = 233
  20.     Height = 105
  21.     Hint = 'Client Mail System'
  22.     Caption = 'Choose Mail System'
  23.     ItemIndex = 1
  24.     Items.Strings = (
  25.       'Exchange'
  26.       'VIM (cc:Mail, Notes)'
  27.       'POP3/SMTP protocols')
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.     TabOrder = 0
  31.   end
  32.   object Button1: TButton
  33.     Left = 32
  34.     Top = 136
  35.     Width = 217
  36.     Height = 33
  37.     Hint = 'Load Selected Library'
  38.     Caption = '&Continue'
  39.     ModalResult = 1
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.     TabOrder = 1
  43.     OnClick = Button1Click
  44.   end
  45. end
  46.